runtime.gobuf.ctxt (field)
9 uses
runtime (current package)
heapdump.go#L362: dumpint(uint64(uintptr(gp.sched.ctxt)))
mgcmark.go#L796: if gp.sched.ctxt != nil {
mgcmark.go#L797: scanblock(uintptr(unsafe.Pointer(&gp.sched.ctxt)), goarch.PtrSize, &oneptrmask[0], gcw, &state)
proc.go#L3951: if gp.sched.ctxt != nil {
runtime2.go#L339: ctxt unsafe.Pointer
stack.go#L733: adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.ctxt))
stack.go#L995: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L1046: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
sys_x86.go#L22: buf.ctxt = ctxt
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |